Click or drag to resize

TupleCollectionAdd Method (String, Status)

Adds a Tuple with the specified ID and status to the collection.

Namespace:  Independentsoft.Sip.Presence
Assembly:  Independentsoft.Sip (in Independentsoft.Sip.dll) Version: 1.0.700.17927
Syntax
public int Add(
	string id,
	Status status
)

Parameters

id
Type: SystemString
The ID of the Tuple to add.
status
Type: Independentsoft.Sip.PresenceStatus
The status of the Tuple to add.

Return Value

Type: Int32
The index of the added Tuple.
See Also